home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / ex.man < prev    next >
Encoding:
Text File  |  1989-04-14  |  3.9 KB  |  133 lines

  1.  
  2.  
  3.  
  4. EX                        User Commands                        EX
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      ex, edit - text editor
  10.  
  11. SSYYNNOOPPSSIISS
  12.      eexx [ -- ] [ --vv ] [ --tt tag ] [ --rr ] [ ++_c_o_m_m_a_n_d ] [ --ll ] name
  13.      ...
  14.      eeddiitt [ ex options ]
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      _E_x is the root of a family of editors: _e_d_i_t, _e_x and _v_i. _E_x
  18.      is a superset of _e_d, with the most notable extension being a
  19.      display editing facility.  Display based editing is the
  20.      focus of _v_i.
  21.  
  22.      If you have not used _e_d, or are a casual user, you will find
  23.      that the editor _e_d_i_t is convenient for you.  It avoids some
  24.      of the complexities of _e_x used mostly by systems programmers
  25.      and persons very familiar with _e_d.
  26.  
  27.      If you have a CRT terminal, you may wish to use a display
  28.      based editor; in this case see _v_i(1), which is a command
  29.      which focuses on the display editing portion of _e_x.
  30.  
  31. DDOOCCUUMMEENNTTAATTIIOONN
  32.      The document _E_d_i_t: _A _t_u_t_o_r_i_a_l (USD:14) provides a comprehen-
  33.      sive introduction to _e_d_i_t assuming no previous knowledge of
  34.      computers or the UNIX system.
  35.  
  36.      The _E_x _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l - _V_e_r_s_i_o_n _3._7 (USD:16) is a
  37.      comprehensive and complete manual for the command mode
  38.      features of _e_x, but you cannot learn to use the editor by
  39.      reading it.  For an introduction to more advanced forms of
  40.      editing using the command mode of _e_x see the editing docu-
  41.      ments written by Brian Kernighan for the editor _e_d; the
  42.      material in the introductory and advanced documents works
  43.      also with _e_x.
  44.  
  45.      _A_n _I_n_t_r_o_d_u_c_t_i_o_n _t_o _D_i_s_p_l_a_y _E_d_i_t_i_n_g _w_i_t_h _V_i (USD:15) intro-
  46.      duces the display editor _v_i and provides reference material
  47.      on _v_i. In addition, the _V_i _Q_u_i_c_k _R_e_f_e_r_e_n_c_e card summarizes
  48.      the commands of _v_i in a useful, functional way, and is use-
  49.      ful with the _I_n_t_r_o_d_u_c_t_i_o_n.
  50.  
  51. FFIILLEESS
  52.      /usr/lib/ex?.?strings         error messages
  53.      /usr/lib/ex?.?recover         recover command
  54.      /usr/lib/ex?.?preserve        preserve command
  55.      /etc/termcap             describes capabilities of terminals
  56.      ~/.exrc                  editor startup file
  57.      /tmp/Ex_n_n_n_n_n             editor temporary
  58.      /tmp/Rx_n_n_n_n_n             named buffer temporary
  59.      /usr/preserve            preservation directory
  60.  
  61.  
  62.  
  63. Sprite v1.0               June 5, 1986                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. EX                        User Commands                        EX
  71.  
  72.  
  73.  
  74. SSEEEE AALLSSOO
  75.      awk(1), ed(1), grep(1), sed(1), grep(1), vi(1), termcap(5),
  76.      environ(7)
  77.  
  78. AAUUTTHHOORR
  79.      Originally written by William Joy
  80.      Mark Horton has maintained the editor since version 2.7,
  81.      adding macros, support for many unusual terminals, and other
  82.      features such as word abbreviation mode.
  83.  
  84. BBUUGGSS
  85.      The _u_n_d_o command causes all marks to be lost on lines
  86.      changed and then restored if the marked lines were changed.
  87.  
  88.      _U_n_d_o never clears the buffer modified condition.
  89.  
  90.      The _z command prints a number of logical rather than physi-
  91.      cal lines.  More than a screen full of output may result if
  92.      long lines are present.
  93.  
  94.      File input/output errors don't print a name if the command
  95.      line ``--'' option is used.
  96.  
  97.      There is no easy way to do a single scan ignoring case.
  98.  
  99.      The editor does not warn if text is placed in named buffers
  100.      and not used before exiting the editor.
  101.  
  102.      Null characters are discarded in input files, and cannot
  103.      appear in resultant files.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0               June 5, 1986                          2
  130.  
  131.  
  132.  
  133.